.slide {
	/*自定义*/
	margin: 0 auto;
	height: 100%;
	/*默认*/
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
.slide .bfont{ position:absolute; width:56%; left:0; right:0; margin:0 auto; top:40%; text-align:center; z-index:10;}
.slide .bfont img{ display:block; margin:0 auto 40px;}
.slide .scrollbottom{ position:absolute; width:101px; text-align:center; left:0; right:0; margin:0 auto; top:90%; z-index:10;}
.slide .scrollbottom a{ color:#fff; font-weight:bold; font-size:4rem; display:block; text-align:center; position:relative; line-height:2rem; height:72px;}
/*.slide .scrollbottom a.batn:after{ content:""; width:5px; height:0; background:#fff; position:absolute; left:0; right:0; top:19px; margin:0 auto;animation: fadeHeight 1s infinite alternate;}*/

.batn{ position: absolute; bottom:30px; width: 32px; height: 72px; left: 0; right: 0; margin: 0 auto; z-index: 10; cursor: pointer;display: block;}
.batn img{width: 32px; height: 72px;display: block; margin-top: 10px; animation: ascroll 1.5s infinite;}
@keyframes ascroll{
    0%{transform: translate3d(0,0,0);}
    50%{transform: translate3d(0,32px,0);}
    100%{transform: translate3d(0,0,0);}
}



/*图片位置默认自动宽度*/
.slide ul img{
    max-width: none;
    width: 100%;
    height:100%;animation: zoomIni 6s forwards;
}
@keyframes zoomIni {
0% {
    transform: scale(1.4,1.4);
    
}
100% {
    transform: scale(1,1);
}
}
.slide ul a{ display:block; height:100%;}
/*图片位置绝对定位*/
.slide ul img.abs{
    max-width: none;
    width: 1920px;
    height:100%;
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 50%;
    margin-top: -281px;
}
.slide_wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	*zoom:1;
}
.slide_c {
	float:left;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	overflow: hidden;
	z-index: 1;
}
/*
 *  滚动广告标题
 */
.slide_tool {
	position: absolute; top:20%; left:0; right:0; margin:0 auto; max-width:1200px;
	z-index: 98;
	width: 100%;
    line-height: 58px;
    color:#fff;
}

.slide_tool span{ font-size:6rem; line-height:3rem; font-weight:bold;font-family: 'Raleway-Bold';}
.slide_tool p{ font-size:2.4rem;}

/*
 *  滚动广告标题-左侧工具
 */
.slide_nav{ display:none;
    width: 100%;
    line-height: 58px; position:absolute; bottom:100px; z-index:10000;
    text-align: center;
    font-size: 16px
}
.slide_nav a{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    color: #fff; background:#fff; font-size:0;
}
.slide_nav a.on{
    display: inline-block; border:2px solid #fff; width:9px; height:9px; background:none;
}

/*
 *  滚动广告标题-右侧搜索工具
 */
.slide_search{
    width: 80%;
    float: left;
}


/*
 *  导航点
 */
.arrs.unable {
	cursor: default;
}
.arrs {
	cursor: pointer;
	z-index: 99;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    opacity: 0;
    font-family: 'salong';
    font-size: 36px;
    line-height: 60px;
    width: 48px;
    height: 60px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    position: absolute;
    text-align: center;
}
.arr_next {
    right: 20px; z-index:1000;
}
.arr_prev {
    left: 20px; z-index:1000;
}
.indexbanner:hover .arr_next {
    right: 0;
}
.indexbanner:hover .arr_prev {
    left: 0;
}
.indexbanner:hover .arrs {
    opacity: 1;
}
.indexbanner .arrs:hover {
    /*background-color: #c23473;*/
    color:#fff;
}
.arrs:before{
    font-family:"iconfont" !important;
    font-style:normal;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.2px;
}
.arrs.arr_next:before{content: ">";}
.arrs.arr_prev:before{content: "<";}

/*
 * PcMode-max
 */
@media only screen and (max-width: 1200px) and (min-width: 1024px){
.slide_tool{ max-width:1002px; top:30%;}
.slide_tool span{ font-size:5rem; font-weight:bold;}
.slide_tool p{ font-size:2rem;}

}

@media only screen and (max-width: 1024px) and (min-width: 640px){
.slide_tool{ max-width:100%; margin:0 5%; line-height:40px;}
.slide_tool span{ font-size:3rem; line-height:2rem;}
.slide_tool p{ font-size:1.8rem;}
.slide ul img{ margin-left:-300px; width:auto;}


}


@media only screen and (max-width:640px) {
.slide {
	height: 450px!important; text-align:center;
}
.slide_tool{line-height:30px; top:auto; bottom:10%;}
.slide_tool span{ font-size:3rem; line-height:1.8rem;}
.slide_tool p{ font-size:1.8rem;}
.slide ul img{ margin-left:0; width:100%;object-fit: cover;}

}
